home *** CD-ROM | disk | FTP | other *** search
- // Command Menu definition
- //
- // Basic Format:
- // "<Bound Key>" "<Button Text>" "<Command sent to server>"
- //
- //
- //
- //
- // Buttons can also open up submenus, as follows:
- // {
- // "Some More Options",
- // {
- // ...
- // }
- // }
- //
- //
- // Buttons preceded with "CUSTOM" are handled in special ways. They can only be moved
- // around or deleted.
- //
- //
- // Limitations:
- // Maximum of 50 menus.
- // Maximum of 100 buttons per menu.
-
- //--------------------------------------------------------
- // Everything below here is editable
-
- "5" "Zav°φt" "spec_menu 0"
-
- "4" "Pomoc" "spec_help"
-
- "3" "Nastavenφ"
- {
- TOGGLE "4" "Chat zprßvy" "hud_saytext"
-
- TOGGLE "3" "Ukßzat stav" "spec_drawstatus"
-
- TOGGLE "2" "Zobrazit ku₧el" "spec_drawcone"
-
- TOGGLE "1" "JmΘna hrßΦ∙" "spec_drawnames"
- }
-
- TOGGLE "2" "Auto adresß°" "spec_autodirector"
- "1" "Ukßzat sk≤re" "togglescores"
-
- // Here are the rest of the buttons and submenus
- // You can change these safely if you want.
-
-
-
-
-
-
-